projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3b8a77
)
(lisp-font-lock-keywords-1): Add defmethod.
author
Dave Love
<fx@gnu.org>
Mon, 12 Jan 1998 18:54:01 +0000
(18:54 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 12 Jan 1998 18:54:01 +0000
(18:54 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index a37c8d519c12ca57aa296196711fe03e9d513746..4ffee68ae720af5f82fdb95dee0b360d9a8a95fc 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-1894,7
+1894,7
@@
This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
;; Function declarations.
"\\(advice\\|alias\\|"
"ine-\\(derived-mode\\|function\\|skeleton\\|widget\\)\\|"
- "macro\\|subst\\|un\\)\\|"
+ "macro\\|subst\\|un\\
|method\\
)\\|"
;; Variable declarations.
"\\(const\\|custom\\|face\\|var\\)\\|"
;; Structure declarations.